function table - definition. What is function table
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

COMPUTER CODE STRUCTURE WITH A TABLE OF POINTERS TO FUNCTIONS OR SIMILAR
Function table

Dispatch table         
In computer science, a dispatch table is a table of pointers or memory addresses to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.
Padé table         
  • [[Henri Padé]].
Pade table; Padé table for exponential function
In complex analysis, a Padé table is an array, possibly of infinite extent, of the rational Padé approximants
Virtual method table         
TYPE OF TABLE
Vtable; VTBL; Virtual table; Virtual function table; Virtual Function Table; Vpointer; Virtual function pointer; Devirtualization; De-virtualization; Vftable; Vtables
In computer programming, a virtual method table (VMT), virtual function table, virtual call table, dispatch table, vtable, or vftable is a mechanism used in a programming language to support dynamic dispatch (or run-time method binding).

ويكيبيديا

Dispatch table

In computer science, a dispatch table is a table of pointers or memory addresses to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.